home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 04 - 1988 / 04.01 Jan 88 / mpw source stuff / for Tools folder / UpdatePaths < prev   
Encoding:
Text File  |  1987-09-14  |  400 b   |  13 lines  |  [TEXT/MPS ]

  1. # MPW script to bring Consulair and TML development 
  2. # system path files up to date with shell variables
  3. #    W.G. Powell    1987    for MacTutor
  4. make "{SystemFolder}Paths File" "{SystemFolder}Paths.Rsrc" ∂
  5.     -f "{MPW}MakeSupport:Paths.mk" > MakePtOut
  6. MakePtOut    # run the commands!
  7. # this line eliminates the work file if we
  8. # didn't run the Path Manager application
  9. Delete -i MakePtOut
  10. Echo "">UserResume
  11.  
  12.